Update the settings test
authorMatthias Clasen <mclasen@redhat.com>
Wed, 1 Apr 2020 04:24:56 +0000 (00:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Apr 2020 04:24:56 +0000 (00:24 -0400)
testsuite/tools/settings.in

index 98c9acc04d94131d22687fd3c4aa9c25d8f513ce..ab2f0d8a9cd186bbf6c79cc941f5f889df14fa91 100755 (executable)
@@ -10,7 +10,7 @@ echo "1..1"
 name=gtk-query-settings
 result=$TEST_RESULT_DIR/$name.out
 $GTK_QUERY_SETTINGS 2>/dev/null >$result
-if [ $(wc -l $result | cut -f1 -d' ') -eq 48 ]; then
+if [ $(wc -l $result | cut -f1 -d' ') -eq 49 ]; then
   echo "ok 1 $name"
 else
   echo "not ok 1 $name"